We cannot allow nested C functions. They create a stack
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 22 Aug 2005 19:58:22 +0000 (19:58 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 22 Aug 2005 19:58:22 +0000 (19:58 +0000)
commit7afc4b008b7d9def72d1f31037893a54be5d2659
tree1fc96452a4d19ea9951a94775ee63c872ce20062
parentf84addf44986b34be13ae81892809fd583303a64
We cannot allow nested C functions. They create a stack
trampoline when their address is taken, which causes a
fault if the system implements NX/XD.

Signed-off-by: Keir Fraser <keir@xensource.com>
Config.mk
linux-2.6-xen-sparse/arch/xen/i386/mm/ioremap.c
linux-2.6-xen-sparse/arch/xen/x86_64/mm/ioremap.c
linux-2.6-xen-sparse/drivers/xen/balloon/balloon.c